home *** CD-ROM | disk | FTP | other *** search
/ OctaMED Sound Studio 1 / OctaMED SoundStudio V1.iso / soundstudio v1 / programmers / medplayer_lib.fd < prev    next >
Text File  |  1996-06-18  |  580b  |  25 lines

  1. * prototypes for medplayer.library V2.0 - V7.0
  2. ##base _MEDPlayerBase
  3. ##bias 30
  4. ##public
  5. GetPlayer(initser)(D0)
  6. FreePlayer()()
  7. PlayModule(module)(A0)
  8. ContModule(module)(A0)
  9. StopPlayer()()
  10. DimOffPlayer(dimlength)(D0)
  11. SetTempo(tempo)(D0)
  12. LoadModule(filename)(A0)
  13. UnLoadModule(module)(A0)
  14. GetCurrentModule()()
  15. ResetMIDI()()
  16. * functions below in V2.00 or later
  17. SetModnum(modnum)(D0)
  18. RelocModule(module)(A0)
  19. * functions below in V7.00 or later
  20. RequiredPlayRoutine(module)(A0)
  21. FastMemPlayRecommended(module)(A0)
  22. LoadModule_Fast(module)(A0)
  23. SetFastMemPlay(newstate,buffsize)(D0/D1)
  24. ##end
  25.